crypto/tls.Conn.handshakeContext (method)

2 uses

	crypto/tls (current package)
		conn.go#L1402: 	return c.handshakeContext(ctx)
		conn.go#L1405: func (c *Conn) handshakeContext(ctx context.Context) (ret error) {